Skip to content

Commit

Permalink
Remove tabs
Browse files Browse the repository at this point in the history
  • Loading branch information
Quy committed Apr 21, 2019
1 parent 2c7d997 commit d9f2564
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libraries/src/Table/Module.php
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ public function check()
if ((strlen($this->content) > 65535) || (strlen($this->params) > 65535))
{
$this->setError(\JText::_('COM_MODULES_FIELD_CONTENT_TOO_LARGE'));

return false;
}

Expand Down

0 comments on commit d9f2564

Please sign in to comment.