packages: phorum/paths.patch - fix admin_css_path
glen
glen at pld-linux.org
Wed Feb 2 15:42:41 CET 2011
Author: glen Date: Wed Feb 2 14:42:41 2011 GMT
Module: packages Tag: HEAD
---- Log message:
- fix admin_css_path
---- Files affected:
packages/phorum:
paths.patch (1.24 -> 1.25)
---- Diffs:
================================================================
Index: packages/phorum/paths.patch
diff -u packages/phorum/paths.patch:1.24 packages/phorum/paths.patch:1.25
--- packages/phorum/paths.patch:1.24 Tue Feb 1 15:16:57 2011
+++ packages/phorum/paths.patch Wed Feb 2 15:42:36 2011
@@ -199,7 +199,7 @@
$default_admin_css_file = 'default.css';
- $admin_css_path = dirname($PHORUM['admin_http_path']) .
- '/include/admin/css/' . $default_admin_css_file;
-+ $admin_css_path = $PHORUM['admin_http_path'] .
++ $admin_css_path = dirname($PHORUM['admin_http_path']) .
+ '/admin/css/' . $default_admin_css_file;
/**
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/phorum/paths.patch?r1=1.24&r2=1.25&f=u
More information about the pld-cvs-commit
mailing list