mirror of
https://github.com/e107inc/e107.git
synced 2025-08-14 10:34:23 +02:00
Fixed: phpdoc and library path.
This commit is contained in:
@@ -1042,7 +1042,7 @@ class e_library_manager
|
||||
'cols' => 200,
|
||||
);
|
||||
|
||||
$file = e_ROOT . $library['library path'] . '/' . $options['file'];
|
||||
$file = $library['library path'] . '/' . $options['file'];
|
||||
if(empty($options['file']) || !file_exists($file))
|
||||
{
|
||||
return;
|
||||
|
Reference in New Issue
Block a user