I get the below error whenever I use the show_pages=“no” param in weblog entries tag
Notice: Undefined index: uris in /home/wincityh/public_html/arp/earp/modules/weblog/mod.weblog.php on line 1535
Warning: array_flip() [function.array-flip]: The argument should be an array in /home/wincityh/public_html/arp/earp/modules/weblog/mod.weblog.php on line 1535
Warning: implode() [function.implode]: Invalid arguments passed in /home/wincityh/public_html/arp/earp/modules/weblog/mod.weblog.php on line 1535
Line 1535 from mod.weblog.php:
$entry_id = (($TMPL->fetch_param('show_pages') == 'no') ? 'not ' :
'').implode('|', array_flip($pages['uris']));