projects
/
kivitendo-erp.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3c90061
)
Tippfehler bei den reservierten Methoden. save_ sollte natürlich save sein.
author
Sven Schöling
<s.schoeling@linet-services.de>
Thu, 22 Aug 2013 12:48:55 +0000
(14:48 +0200)
committer
Sven Schöling
<s.schoeling@linet-services.de>
Thu, 22 Aug 2013 12:48:55 +0000
(14:48 +0200)
SL/DB/Object.pm
patch
|
blob
|
history
diff --git
a/SL/DB/Object.pm
b/SL/DB/Object.pm
index
540e760
..
c11fb3f
100755
(executable)
--- a/
SL/DB/Object.pm
+++ b/
SL/DB/Object.pm
@@
-16,7
+16,7
@@
use base qw(Rose::DB::Object);
my @rose_reserved_methods = qw(
db dbh delete DESTROY error init_db _init_db insert load meta meta_class
- not_found save
_
update import
+ not_found save update import
);
sub new {