2009-06-22 Manuel Arostegui <marostegui@artica.es>
* include/functions_filemanager.php: Fixed ugly warning, the languanges path was incorrect. git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@1756 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
parent
320522718e
commit
1dc5a690ac
|
@ -1,3 +1,8 @@
|
|||
2009-06-22 Manuel Arostegui <marostegui@artica.es>
|
||||
|
||||
* include/functions_filemanager.php: Fixed ugly warning, the
|
||||
languanges path was incorrect.
|
||||
|
||||
2009-06-22 Miguel de Dios <miguel.dedios@artica.es>
|
||||
|
||||
* godmode/admin_access_logs.php: Fix fall the table of logs to
|
||||
|
|
|
@ -108,7 +108,7 @@ function get_file_manager_available_directories () {
|
|||
$dirs = array ();
|
||||
$dirs['images'] = "images";
|
||||
$dirs['attachment'] = "attachment";
|
||||
$dirs['languages'] = "languages";
|
||||
$dirs['languages'] = "include/languages";
|
||||
|
||||
foreach ($dirs as $dirname) {
|
||||
$dirpath = realpath ($config['homedir'].'/'.$dirname);
|
||||
|
|
Loading…
Reference in New Issue