This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "FusionForge".
The branch, 6.0 has been updated
via 11d686cd253547a7e2c4388bc22e6e09f588edc0 (commit)
from 0cde4e1c3a1a0f71860a868376bd2cb293be7f59 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
https://scm.fusionforge.org/anonscm/gitweb/?p=fusionforge/fusionforge.git;a=commitdiff;h=11d686cd253547a7e2c4388bc22e6e09f588edc0
commit 11d686cd253547a7e2c4388bc22e6e09f588edc0
Author: Franck Villaume <[email protected]>
Date: Tue Jul 14 15:59:40 2015 +0200
fix [#784] docman: file size sort wrong, add link support
diff --git a/src/common/docman/views/listfile.php
b/src/common/docman/views/listfile.php
index 7ea67e5..80a271a 100644
--- a/src/common/docman/views/listfile.php
+++ b/src/common/docman/views/listfile.php
@@ -296,7 +296,7 @@ if (isset($nested_docs[$dirid]) &&
is_array($nested_docs[$dirid])) {
}
switch ($d->getFileType()) {
case 'URL': {
- $cells[][] = '--';
+ $cells[] = array('--', 'content' => 0);
break;
}
default: {
-----------------------------------------------------------------------
Summary of changes:
src/common/docman/views/listfile.php | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
hooks/post-receive
--
FusionForge
_______________________________________________
Fusionforge-commits mailing list
[email protected]
http://lists.fusionforge.org/cgi-bin/mailman/listinfo/fusionforge-commits