1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-06 22:57:14 +02:00

Some method naming cleanup.

This commit is contained in:
Cameron
2012-12-06 20:34:57 -08:00
parent b42d87e6bf
commit 29f23c05ea
14 changed files with 215 additions and 97 deletions

View File

@@ -820,7 +820,7 @@ class eMessage
// TODO - This function often needs to be available BEFORE header.php is loaded.
// It has been copied from admin_update() in e107_admin/header.php
public function autoMessage($update, $type = 'update', $success = false, $failed = false, $output = false)
public function addAuto($update, $type = 'update', $success = false, $failed = false, $output = false)
{
if (($type == 'update' && $update) || ($type == 'insert' && $update !== false))