Changeset 927

Show
Ignore:
Timestamp:
06/05/10 16:26:12 (20 months ago)
Author:
ort
Message:

fix

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/classes/hooks/HookStatisticsPerformance.class.php

    r926 r927  
    3737                 
    3838                $this->Viewer_Assign('bIsShowStatsPerformance',Router::GetIsShowStats()); 
    39                 return $this->Viewer_Fetch(Plugin::GetTemplatePath(__CLASS__).'statistics_performance.tpl'); 
     39                return $this->Viewer_Fetch('statistics_performance.tpl'); 
    4040        } 
    4141}