mirror of
https://github.com/StarCitizenTools/mediawiki-extensions-TabberNeue.git
synced 2024-11-23 16:06:45 +00:00
Initialize variable.
This commit is contained in:
parent
86606966ca
commit
67229ccf73
|
@ -39,6 +39,7 @@ class TabberHooks {
|
|||
|
||||
$key = md5($input);
|
||||
$arr = explode("|-|", $input);
|
||||
$htmlTabs = '';
|
||||
foreach ($arr as $tab) {
|
||||
$htmlTabs .= self::buildTab($tab, $parser);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue