Code

Updated log path
authorhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Thu, 24 Jul 2008 10:54:47 +0000 (10:54 +0000)
committerhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Thu, 24 Jul 2008 10:54:47 +0000 (10:54 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@11998 594d385d-05f5-0310-b6e9-bd551577e9d8

gosa-plugins/log/addons/logview/main.inc

index 18363bd18baa3ff6072aa45cce3df511ace5f327..88769d0c24607e6693f547bdd3947d6bc1a48873 100644 (file)
@@ -31,7 +31,7 @@ if (!$remove_lock){
        $display.= "<input type=\"hidden\" name=\"ignore\">\n";
 
        /* Page header*/
-       $display= print_header(get_template_path('plugins/logview/images/plugin.png'), _("System log view")).$display;
+       $display= print_header(get_template_path('plugins/log/images/plugin.png'), _("System log view")).$display;
 
        /* Store changes  in session */
        session::set('log_tabs',$log_tabs);