Kaynağa Gözat

try to tweek sidebar

andre 4 yıl önce
ebeveyn
işleme
c5cd6ab1a2
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  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];
     }