(bug 38148) Fix E_WARNING in ChangesList.php line 1218
[lhc/web/wiklou.git] / includes / ChangesList.php
index da56050..dd183d6 100644 (file)
@@ -1215,7 +1215,6 @@ class EnhancedChangesList extends ChangesList {
                }
 
                # Tags
-               $classes = explode( ' ', $classes );
                $this->insertTags( $r, $rcObj, $classes );
                # Show how many people are watching this if enabled
                $r .= $this->numberofWatchingusers($rcObj->numberofWatchingusers);