[geeklog-cvs] geeklog: Fixed a typo that prevented the [staticpage:] autotag f...

geeklog-cvs at lists.geeklog.net geeklog-cvs at lists.geeklog.net
Sat May 2 02:56:28 EDT 2009


details:   http://project.geeklog.net/cgi-bin/hgweb.cgi/rev/d60bf2d05792
changeset: 7010:d60bf2d05792
user:      Dirk Haun <dirk at haun-online.de>
date:      Sat May 02 08:56:18 2009 +0200
description:
Fixed a typo that prevented the [staticpage:] autotag from working

diffstat:

2 files changed, 9 insertions(+), 3 deletions(-)
plugins/staticpages/functions.inc |    2 +-
public_html/docs/history          |   10 ++++++++--

diffs (38 lines):

diff -r b88b42219ce6 -r d60bf2d05792 plugins/staticpages/functions.inc
--- a/plugins/staticpages/functions.inc	Fri May 01 19:30:50 2009 +0200
+++ b/plugins/staticpages/functions.inc	Sat May 02 08:56:18 2009 +0200
@@ -944,7 +944,7 @@
     } else if ($op == 'parse') {
         if ($autotag['tag'] == 'staticpage' ) {
             $sp_id = COM_applyFilter($autotag['parm1']);
-            if (! empty($sp_is)) {
+            if (! empty($sp_id)) {
                 $url = COM_buildUrl($_CONF['site_url']
                                 . '/staticpages/index.php?page=' . $sp_id);
                 if (empty($autotag['parm2'])) {
diff -r b88b42219ce6 -r d60bf2d05792 public_html/docs/history
--- a/public_html/docs/history	Fri May 01 19:30:50 2009 +0200
+++ b/public_html/docs/history	Sat May 02 08:56:18 2009 +0200
@@ -1,7 +1,7 @@
 Geeklog History/Changes:
 
-May 1, 2009 (1.6.0b1)
------------
+May ??, 2009 (1.6.0b2)
+------------
 
 Geeklog 1.6.0 incorporates the following projects implemented during
 the 2008 Google Summer of Code:
@@ -11,6 +11,12 @@
 + Comment moderation and editable comments, by Jared Wenerd
 
 Other changes:
+- Fixed a typo that prevented the [staticpage:] autotag from working [Dirk]
+
+
+May 1, 2009 (1.6.0b1)
+-----------
+
 - New XMLSitemap plugin that creates a XML sitemaps file as supported by all
   major search engines, provided by mystral-kk
 - Don't allow to add/remove users to/from the All Users and Logged-in Users



More information about the geeklog-cvs mailing list