Skip to content

Commit

Permalink
Correct default value for $prefix parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
joomdonation committed Dec 6, 2017
1 parent bf3039a commit 44df5f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion administrator/components/com_fields/Model/FieldModel.php
Original file line number Diff line number Diff line change
Expand Up @@ -401,7 +401,7 @@ public function getItem($pk = null)
* @since 3.7.0
* @throws \Exception
*/
public function getTable($name = 'Field', $prefix = 'FieldsTable', $options = array())
public function getTable($name = 'Field', $prefix = 'Administrator', $options = array())
{
// Default to text type
$table = parent::getTable($name, $prefix, $options);
Expand Down

0 comments on commit 44df5f2

Please sign in to comment.