Skip to content

Commit

Permalink
Oops, revert the default argument value
Browse files Browse the repository at this point in the history
  • Loading branch information
C-Lodder committed Oct 6, 2016
1 parent 6ca23a8 commit 28a9cbd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libraries/cms/application/cms.php
Original file line number Diff line number Diff line change
Expand Up @@ -292,7 +292,7 @@ public function checkSession()
*
* @since 3.2
*/
public function enqueueMessage($msg, $type = 'success')
public function enqueueMessage($msg, $type = self::MSG_INFO)
{
// Don't add empty messages.
if (!strlen(trim($msg)))
Expand Down

0 comments on commit 28a9cbd

Please sign in to comment.