[geeklog-cvs] Geeklog-1.x/system lib-plugins.php,1.147,1.148

Dirk Haun dhaun at qs1489.pair.com
Sat May 24 06:38:57 EDT 2008


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

Modified Files:
	lib-plugins.php 
Log Message:
Minor tweak so that "after save" / item works for stories when url_rewrite is on (article.php doesn't accept the 'msg' parameter)


Index: lib-plugins.php
===================================================================
RCS file: /cvsroot/geeklog/Geeklog-1.x/system/lib-plugins.php,v
retrieving revision 1.147
retrieving revision 1.148
diff -C2 -d -r1.147 -r1.148
*** lib-plugins.php	23 May 2008 21:35:37 -0000	1.147
--- lib-plugins.php	24 May 2008 10:38:55 -0000	1.148
***************
*** 2317,2321 ****
      case 'item':
          $url = $item_url;
!         if (!empty($msg)) {
              $url .= '&' . $msg;
          }
--- 2317,2321 ----
      case 'item':
          $url = $item_url;
!         if (!empty($msg) && ($plugin != 'story')) {
              $url .= '&' . $msg;
          }




More information about the geeklog-cvs mailing list