]> git.mxchange.org Git - friendica.git/blobdiff - src/LegacyModule.php
bugfixing ini-loading
[friendica.git] / src / LegacyModule.php
index 209dc8f3e1631ed4a6cef2deea09dc2f9569c3eb..a0b23a5419d2e2d453f9537468ffbe048aedce5c 100644 (file)
@@ -27,7 +27,7 @@ class LegacyModule extends BaseModule
        public static function setModuleFile($file_path)
        {
                if (!is_readable($file_path)) {
-                       throw new Exception(Core\L10n::t('Legacy module file not found: %s', $file_path));
+                       throw new \Exception(Core\L10n::t('Legacy module file not found: %s', $file_path));
                }
 
                self::$moduleName = basename($file_path, '.php');