Code

The plugin should inherit the base plugin class
authorhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Thu, 11 Mar 2010 12:51:40 +0000 (12:51 +0000)
committerhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Thu, 11 Mar 2010 12:51:40 +0000 (12:51 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@16452 594d385d-05f5-0310-b6e9-bd551577e9d8

gosa-plugins/ssh/personal/ssh/class_sshPublicKey.inc

index 21e996d9504c826c98ddb0d0d6ac7f75cbe060d5..95a4042db57f8bb54e26fc06e9ebc057cd358b0b 100644 (file)
@@ -20,7 +20,7 @@
  * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
  */
 
-class sshPublicKey 
+class sshPublicKey extends plugin 
 {
   var $config= null;
   var $publicKeys= array();
@@ -74,8 +74,6 @@ class sshPublicKey
 
   function execute()
   {
-    plugin::execute();  
-
     global $ui;
 
     // Check if we need to open a dialog