Fixing fully qualified name of IllegalLinkException
authorTim Düsterhus <timwolla@arcor.de>
Sat, 26 Nov 2011 16:06:22 +0000 (17:06 +0100)
committerTim Düsterhus <timwolla@arcor.de>
Sat, 26 Nov 2011 16:06:22 +0000 (17:06 +0100)
wcfsetup/install/files/lib/page/AbstractPage.class.php

index bfa8052f3ce184496ee029419141ad2ddda9889f..0412f77e0478ad87ce3091a96a6af15236744ed5 100644 (file)
@@ -99,7 +99,7 @@ abstract class AbstractPage implements IPage {
                if (count($this->neededModules)) {
                        foreach ($this->neededModules as $module) {
                                if (!defined($module) || !constant($module)) {
-                                       throw new wcf\system\exception\IllegalLinkException();
+                                       throw new \wcf\system\exception\IllegalLinkException();
                                }
                        }
                }