Code

Added missing semicolon.
authorhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Mon, 19 May 2008 07:05:46 +0000 (07:05 +0000)
committerhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Mon, 19 May 2008 07:05:46 +0000 (07:05 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@10943 594d385d-05f5-0310-b6e9-bd551577e9d8

gosa-core/include/class_plugin.inc

index 3765ed2d038cd79d69df3f66fcb801ce21560969..f076076acf96cac1e49526d22f9c72ba55eb4a8e 100644 (file)
@@ -1006,7 +1006,7 @@ class plugin
           fall back to the old style copy & remove method 
        */
       if($this->rename($src_dn, $dst_dn)){
-        return(TRUE)
+        return(TRUE);
       }else{
         // See code below.
       }