diff options
Diffstat (limited to 'Db.php')
-rw-r--r-- | Db.php | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -47,7 +47,7 @@ class Db */ public function __clone() { - trigger_error("Hello, ich name was Singleton. Cloning is not allowed", E_USER_ERROR); + trigger_error("Cloning not work is", E_USER_ERROR); } /** |