aboutsummaryrefslogtreecommitdiffstats
path: root/Db.php
diff options
context:
space:
mode:
Diffstat (limited to 'Db.php')
-rw-r--r--Db.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/Db.php b/Db.php
index 730fcdf..f961614 100644
--- a/Db.php
+++ b/Db.php
@@ -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);
}
/**