[geeklog-cvs] geeklog: Ensure that we're picking up the Core autotags implemen...

geeklog-cvs at lists.geeklog.net geeklog-cvs at lists.geeklog.net
Sun Jan 9 13:34:49 EST 2011


changeset 8047:9330e3581422
url:  http://project.geeklog.net/cgi-bin/hgwebdir.cgi/geeklog/rev/9330e3581422
user: Dirk Haun <dirk at haun-online.de>
date: Sun Jan 09 19:34:38 2011 +0100
description:
Ensure that we're picking up the Core autotags implemented in lib-story.php and lib-user.php

diffstat:

 system/lib-plugins.php |  9 ++++++---
 1 files changed, 6 insertions(+), 3 deletions(-)

diffs (26 lines):

diff -r f733730a5207 -r 9330e3581422 system/lib-plugins.php
--- a/system/lib-plugins.php	Sun Jan 09 12:07:05 2011 -0500
+++ b/system/lib-plugins.php	Sun Jan 09 19:34:38 2011 +0100
@@ -8,7 +8,7 @@
 // |                                                                           |
 // | This file implements plugin support in Geeklog.                           |
 // +---------------------------------------------------------------------------+
-// | Copyright (C) 2000-2010 by the following authors:                         |
+// | Copyright (C) 2000-2011 by the following authors:                         |
 // |                                                                           |
 // | Authors: Tony Bibbs       - tony AT tonybibbs DOT com                     |
 // |          Blaine Lang      - blaine AT portalparts DOT com                 |
@@ -1515,8 +1515,11 @@
         return array();
     }
 
-    // Determine which Core Modules and Plugins support AutoLinks
-    //                        'tag'   => 'module'
+    // ensure that we're picking up the Core autotags
+
+    require_once $_CONF['path_system'] . 'lib-story.php';
+    require_once $_CONF['path_system'] . 'lib-user.php';
+
     $all_plugins = array_merge($_PLUGINS, array('story', 'user'));
     
     $autolinkModules = array();



More information about the geeklog-cvs mailing list