mirror of
https://github.com/Sarjuuk/aowow.git
synced 2025-11-29 15:58:16 +08:00
Icons/DetailPage
* don't cast name to ucFirst
This commit is contained in:
@@ -29,7 +29,7 @@ class IconPage extends GenericPage
|
|||||||
|
|
||||||
$this->extendGlobalData($this->subject->getJSGlobals());
|
$this->extendGlobalData($this->subject->getJSGlobals());
|
||||||
|
|
||||||
$this->name = Util::ucFirst($this->subject->getField('name'));
|
$this->name = $this->subject->getField('name');
|
||||||
$this->icon = $this->subject->getField('name', true, true);
|
$this->icon = $this->subject->getField('name', true, true);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user