Missed a spot. Please use less accusatory language when telling ppl they broke plugi...
authorpdontthink <pdontthink@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Sun, 8 Oct 2006 16:39:33 +0000 (16:39 +0000)
committerpdontthink <pdontthink@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Sun, 8 Oct 2006 16:39:33 +0000 (16:39 +0000)
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@11868 7612ce4b-ef26-0410-bec9-ea0150e637f0

class/template/Template.class.php

index 20e82bffece6579452518f05cee4f01cfa7f3187..b5c761b1ebc3ff413a27e32a4bc141a02893ecf1 100644 (file)
@@ -741,9 +741,9 @@ class Template
             $engine = $this->get_template_config($template_set_id, 
                                                  'template_engine', SQ_PHP_TEMPLATE);
             $file_list = array('plugins/' . $plugin . '/' . $file => array(
-                                                      'PATH'   => $file_path,
-                                                      'SET_ID' => $template_set_id,
-                                                      'ENGINE' => $engine,
+                                         'PATH'   => substr($file_path, strlen(SM_PATH)),
+                                         'SET_ID' => $template_set_id,
+                                         'ENGINE' => $engine,
                                                                           )
                               );
             $this->template_file_cache