[geeklog-cvs] Geeklog-1.x/system lib-plugins.php,1.133,1.134

Dirk Haun dhaun at qs1489.pair.com
Sun Aug 19 12:40:52 EDT 2007


Update of /cvsroot/geeklog/Geeklog-1.x/system
In directory qs1489.pair.com:/tmp/cvs-serv25435/system

Modified Files:
	lib-plugins.php 
Log Message:
Need to include lib-story.php from PLG_invokeService now


Index: lib-plugins.php
===================================================================
RCS file: /cvsroot/geeklog/Geeklog-1.x/system/lib-plugins.php,v
retrieving revision 1.133
retrieving revision 1.134
diff -C2 -d -r1.133 -r1.134
*** lib-plugins.php	19 Aug 2007 11:51:44 -0000	1.133
--- lib-plugins.php	19 Aug 2007 16:40:50 -0000	1.134
***************
*** 2295,2299 ****
--- 2295,2304 ----
  function PLG_invokeService($type, $action, $args, &$output, &$svc_msg)
  {
+     global $_CONF;
+ 
      $retval = PLG_RET_ERROR;
+ 
+     // ensure we can see the service_XXX_story functions
+     require_once $_CONF['path_system'] . 'lib-story.php';
  
      $output = '';




More information about the geeklog-cvs mailing list