Fix get_skin_path() so it always returns main skin path not plugin's

pull/6574/head
Aleksander Machniak 6 years ago
parent 3c89599890
commit 58fd5bc060

@ -248,6 +248,14 @@ EOF;
return $title;
}
/**
* Getter for the current skin path property
*/
public function get_skin_path()
{
return $this->skin_paths[0];
}
/**
* Set skin
*

Loading…
Cancel
Save