[geeklog-hg] geeklog: PLG_getBlocksConfig only has 2 parameters not 3

geeklog-cvs at lists.geeklog.net geeklog-cvs at lists.geeklog.net
Mon Jul 2 10:53:58 EDT 2012


changeset 8757:b530beadc9a2
url:  http://project.geeklog.net/cgi-bin/hgwebdir.cgi/geeklog/rev/b530beadc9a2
user: Tom <websitemaster at cogeco.net>
date: Mon Jul 02 10:13:33 2012 -0400
description:
PLG_getBlocksConfig only has 2 parameters not 3

diffstat:

 public_html/admin/block.php |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (21 lines):

diff -r 069f7307dfd3 -r b530beadc9a2 public_html/admin/block.php
--- a/public_html/admin/block.php	Mon Jul 02 09:26:30 2012 -0400
+++ b/public_html/admin/block.php	Mon Jul 02 10:13:33 2012 -0400
@@ -442,7 +442,7 @@
         'title'      => "$LANG21[22] ($LANG21[40])",
     );
 	
-	$leftblocks = PLG_getBlocksConfig('left', '', true);    
+	$leftblocks = PLG_getBlocksConfig('left', '');    
 	
 	// Sort Dynamic Blocks on Block Order
     usort($leftblocks, "cmpDynamicBlocks");
@@ -485,7 +485,7 @@
         'title'      => "$LANG21[22] ($LANG21[41])",
     );
 	
-	$rightblocks = PLG_getBlocksConfig('right', '', true);
+	$rightblocks = PLG_getBlocksConfig('right', '');
 	
 	// Sort Dynamic Blocks on Block Order
     usort($rightblocks, "cmpDynamicBlocks");



More information about the geeklog-cvs mailing list