Misc/Typo

* fixed typo from 6cabfd3
This commit is contained in:
Sarjuuk
2020-05-25 22:26:45 +02:00
parent 6cabfd3864
commit 7db841b823

View File

@@ -18,7 +18,7 @@ class ObjectPage extends GenericPage
protected $mode = CACHE_TYPE_PAGE;
protected $js = ['swfobject.js'];
private $powerTpl = '$WowheadPower.registerObject(%d, %d, %s);'
private $powerTpl = '$WowheadPower.registerObject(%d, %d, %s);';
public function __construct($pageCall, $id)
{