Sortable section not displayed when custom icons set
-
The initData function sets the smw_path and smw_dir to undefined variables. Lines 322 and 323 should be changed to
$this->smw_path = $instance['customiconsurl']; $this->smw_dir = $instance['customiconspath'];
Or similar.
- The topic ‘Sortable section not displayed when custom icons set’ is closed to new replies.