Browse Source

try to tweek sidebar

andre 4 years ago
parent
commit
c5cd6ab1a2
1 changed files with 1 additions and 1 deletions
  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){
     public function getSidebar($id){
         if(!isset($this->children[$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];
         return $this->children[$id];
     }
     }