Hello, I've been using this module since version 1.0 and I'm doing an update from 1.5.5 to 2.1
The logs will show an error unless I change the line 29 of admin/multisite.php
from this:
PHP Code:
while($multisite_cat_desc[0]=="\n") {
to this:
PHP Code:
while (!empty($multisite_cat_desc) && $multisite_cat_desc[0] == "\n") {
Also, when assigning categories on the MultiSite Tool, I have a ">->-" before the name of the site assigned. In the previous version, those symbols didn't appear there. Is there a way to get rid of them?
Bookmarks