Skip to content

Commit

Permalink
Correct enQueueMessage to enqueueMessage
Browse files Browse the repository at this point in the history
  • Loading branch information
sovainfo committed May 5, 2014
1 parent c69c31c commit dff678a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion administrator/components/com_templates/models/style.php
Original file line number Diff line number Diff line change
Expand Up @@ -522,7 +522,7 @@ public function save($data)

if ($n > 0)
{
$app->enQueueMessage(JText::plural('COM_TEMPLATES_MENU_CHANGED', $n));
$app->enqueueMessage(JText::plural('COM_TEMPLATES_MENU_CHANGED', $n));
}
}

Expand Down

0 comments on commit dff678a

Please sign in to comment.