From: hickert Date: Wed, 4 Nov 2009 09:38:08 +0000 (+0000) Subject: Fixed management class typo in method name X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=ee0b4a12b15acd5a7c9ea4013b597765f9dc675e;p=gosa.git Fixed management class typo in method name git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@14739 594d385d-05f5-0310-b6e9-bd551577e9d8 --- diff --git a/gosa-core/include/class_management.inc b/gosa-core/include/class_management.inc index dd70b7332..8cdeb12ec 100644 --- a/gosa-core/include/class_management.inc +++ b/gosa-core/include/class_management.inc @@ -397,7 +397,7 @@ class management * @param Array 'target' A list of object dns, which should be affected by this method. * @param Array 'all' A combination of both 'action' and 'target'. */ - function saveSnapsho($action="",$target=array(),$all=array()) + function saveSnapshot($action="",$target=array(),$all=array()) { $this->dialogObject->save_object(); $msgs = $this->dialogObject->check();