Code

Fixed typo
authorhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Tue, 26 Feb 2008 09:49:17 +0000 (09:49 +0000)
committerhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Tue, 26 Feb 2008 09:49:17 +0000 (09:49 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@9120 594d385d-05f5-0310-b6e9-bd551577e9d8

gosa-plugins/goto/addons/gotomasses/events/class_DaemonEvent_reinstall.inc

index b4340c1ec9e8370fceb5df5981a9d5230648a5bc..05989035f9a96dbc6b0f0ee41e7a293de3f309d9 100644 (file)
@@ -9,7 +9,7 @@ class DaemonEvent_reinstall extends DaemonEvent
     $this->s_Event_Name = _("Reinstall");
     $this->s_New_Action = "job_trigger_action_reinstall";
     $this->s_Edit_Action= "trigger_action_reinstall";
-    $this->s_Menu_Image = "images/fai_small.png"_small;
+    $this->s_Menu_Image = "images/fai_small.png";
     $this->s_List_Image = "images/fai_small.png";
   }