From db387ac118baca66df20103369e6548d2535ec81 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Joshua=20R=C3=BCsweg?= Date: Thu, 17 Apr 2014 11:20:44 +0200 Subject: [PATCH] Update DashboardHandler.class.php fix #1706 --- .../files/lib/system/dashboard/DashboardHandler.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wcfsetup/install/files/lib/system/dashboard/DashboardHandler.class.php b/wcfsetup/install/files/lib/system/dashboard/DashboardHandler.class.php index 4d09acde0b..73f9a1a75f 100644 --- a/wcfsetup/install/files/lib/system/dashboard/DashboardHandler.class.php +++ b/wcfsetup/install/files/lib/system/dashboard/DashboardHandler.class.php @@ -64,7 +64,7 @@ class DashboardHandler extends SingletonFactory { foreach ($boxIDs as $boxID) { $className = $this->boxCache[$boxID]->className; if (!ClassUtil::isInstanceOf($className, 'wcf\system\dashboard\box\IDashboardBox')) { - throw new SystemException("'".$className."' does not implement 'wcf\system\dashboard\box\IDashboardbox'"); + throw new SystemException("'".$className."' does not implement 'wcf\system\dashboard\box\IDashboardBox'"); } $boxObject = new $className(); -- 2.20.1