Show
Ignore:
Timestamp:
08/21/10 11:07:51 (21 months ago)
Author:
ort
Message:

Assign to template array plugins web path

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/engine/classes/Plugin.class.php

    r932 r986  
    137137                if ($sObjectName=='template') { 
    138138                        if(!$sTo) { 
    139                                 $sTo = $this->GetTemplatePath(get_class($this)).$sFrom; 
     139                                $sTo = self::GetTemplatePath(get_class($this)).$sFrom; 
    140140                        } else { 
    141141                                $sTo=preg_replace("/^_/",$this->GetTemplatePath(get_class($this)),$sTo);