From 293d2cd689636edaa152f5f98ca180e3f53bddc7 Mon Sep 17 00:00:00 2001 From: Robert Sesek Date: Sun, 11 Dec 2005 21:11:33 +0000 Subject: [PATCH] Forgot to protect a method --- api.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/api.php b/api.php index 195a8b1..5298e64 100644 --- a/api.php +++ b/api.php @@ -157,6 +157,8 @@ class API /** * Constructs an error for the error handler to receive * + * @access protected + * * @param string Error message */ function error($message) -- 2.43.5