Index: branches/camp/camp-2_5-E/data/plugin/testPlugin1/TestPlugin1.php
===================================================================
--- branches/camp/camp-2_5-E/data/plugin/testPlugin1/TestPlugin1.php	(revision 19476)
+++ branches/camp/camp-2_5-E/data/plugin/testPlugin1/TestPlugin1.php	(revision 19477)
@@ -45,7 +45,6 @@
           'version' => $this->getVersion()
         );
-        
-        $objQuery(){
-            
+        if($this->getInstallSQL() != null){
+            $objQuery->query($this->getInstallSQL());
         }
 
@@ -56,5 +55,5 @@
         }
 
-        
+
     }
 
@@ -69,5 +68,5 @@
      */
     protected function getInstallSQL(){
-      
+
     }
 
