andre преди 4 години
родител
ревизия
c5cd6ab1a2
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      core/UI/Widget/Sidebar/SidebarService.php

+ 1 - 1
core/UI/Widget/Sidebar/SidebarService.php

@@ -67,7 +67,7 @@ class SidebarService
      */
     public function getSidebar($id){
         if(!isset($this->children[$id])){ 
-            throw new \Exception(sprintf("Sidebar %s does not exist", $id));
+            throw new \Exception(sprintf("Blubb %s does not exist", $id));
         }
         return $this->children[$id];
     }