From 466f0489c364441c125dffe6c9040bf6fcafd043 Mon Sep 17 00:00:00 2001 From: Evan Prodromou Date: Sat, 17 May 2008 15:52:01 -0400 Subject: fix created, messages darcs-hash:20080517195201-84dde-8f8269284e5fc00e9f2a6d8187059d0f59eae007.gz --- lib/settingsaction.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/settingsaction.php') diff --git a/lib/settingsaction.php b/lib/settingsaction.php index af7fcb258..ae5b537f8 100644 --- a/lib/settingsaction.php +++ b/lib/settingsaction.php @@ -42,7 +42,7 @@ class SettingsAction extends Action { return false; } - function show_message($msg, $success) { + function message($msg, $success) { if ($msg) { common_element('div', ($success) ? 'success' : 'error', $msg); -- cgit v1.2.3-54-g00ecf