[pLog-svn] r2363 - plog/branches/plog-1.0.2/class/template/smarty/plugins

oscar at devel.plogworld.net oscar at devel.plogworld.net
Mon Jul 25 19:44:16 GMT 2005


Author: oscar
Date: 2005-07-25 19:44:15 +0000 (Mon, 25 Jul 2005)
New Revision: 2363

Modified:
   plog/branches/plog-1.0.2/class/template/smarty/plugins/modifier.utf8_truncate.php
Log:
forgot to modify the include of the modifier


Modified: plog/branches/plog-1.0.2/class/template/smarty/plugins/modifier.utf8_truncate.php
===================================================================
--- plog/branches/plog-1.0.2/class/template/smarty/plugins/modifier.utf8_truncate.php	2005-07-25 19:43:11 UTC (rev 2362)
+++ plog/branches/plog-1.0.2/class/template/smarty/plugins/modifier.utf8_truncate.php	2005-07-25 19:44:15 UTC (rev 2363)
@@ -1,5 +1,5 @@
 <?php
-include_once(PLOG_CLASS_PATH.'class/misc/utf8_funcs.php');
+include_once(PLOG_CLASS_PATH.'class/data/utf8/utf8_funcs.php');
 
 /**
  * Smarty truncate modifier plugin




More information about the pLog-svn mailing list