mirror of
https://github.com/Sarjuuk/aowow.git
synced 2025-11-29 15:58:16 +08:00
Lang/cleanup
* fixed break and trim functions not handling text shorter than break length * add option to output raw text besides html, markup format * decalare return types and parameter types * cleanup
This commit is contained in:
@@ -103,7 +103,7 @@ class ObjectPage extends GenericPage
|
||||
break;
|
||||
default: // requires key .. maybe
|
||||
{
|
||||
$locks = Lang::getLocks($this->subject->getField('lockId'), $ids, true);
|
||||
$locks = Lang::getLocks($this->subject->getField('lockId'), $ids, true, Lang::FMT_MARKUP);
|
||||
$l = [];
|
||||
|
||||
foreach ($ids as $type => $typeIds)
|
||||
|
||||
Reference in New Issue
Block a user