X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FLegacyModule.php;h=a0b23a5419d2e2d453f9537468ffbe048aedce5c;hb=141bcf149d41c6f9755d9645fd9063103ca3b05e;hp=209dc8f3e1631ed4a6cef2deea09dc2f9569c3eb;hpb=3282ce53894b624893ee2989747a59866ab4b137;p=friendica.git diff --git a/src/LegacyModule.php b/src/LegacyModule.php index 209dc8f3e1..a0b23a5419 100644 --- a/src/LegacyModule.php +++ b/src/LegacyModule.php @@ -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');