[pLog-svn] r2995 - plugins/trunk/smileys
oscar at devel.lifetype.net
oscar at devel.lifetype.net
Wed Mar 1 23:22:38 GMT 2006
Author: oscar
Date: 2006-03-01 23:22:38 +0000 (Wed, 01 Mar 2006)
New Revision: 2995
Modified:
plugins/trunk/smileys/pluginsmileys.class.php
Log:
added a missing include
Modified: plugins/trunk/smileys/pluginsmileys.class.php
===================================================================
--- plugins/trunk/smileys/pluginsmileys.class.php 2006-03-01 14:45:25 UTC (rev 2994)
+++ plugins/trunk/smileys/pluginsmileys.class.php 2006-03-01 23:22:38 UTC (rev 2995)
@@ -32,6 +32,7 @@
function init()
{
+ include_once( PLOG_CLASS_PATH."class/template/menu/menu.class.php" );
// ---
// register two actions for this plugin plus an option in the menu
// ---
@@ -106,7 +107,7 @@
function process( $eventType, $params )
{
include_once( PLOG_CLASS_PATH."plugins/smileys/class/smileys/smileys.class.php" );
-
+
// get the objects we need from the parameters array
$blogInfo = $params[ "blogInfo" ];
$blogSettings = $blogInfo->getSettings();
@@ -175,4 +176,4 @@
}
}
-?>
\ No newline at end of file
+?>
More information about the pLog-svn
mailing list