Code

Fixed management class typo in method name
authorhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Wed, 4 Nov 2009 09:38:08 +0000 (09:38 +0000)
committerhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Wed, 4 Nov 2009 09:38:08 +0000 (09:38 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@14739 594d385d-05f5-0310-b6e9-bd551577e9d8

gosa-core/include/class_management.inc

index dd70b733254ab02430c4acfeae24fd8d221d4673..8cdeb12ec9b4b9ea11ceeaec605ce7d84f82536a 100644 (file)
@@ -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();