diff --git a/Makefile b/Makefile
index 55c67b4cea5b79489351d318d045bb556c03d6dd..6ab82aab64cb268cf0faef1ead2cfd7582c1cc24 100644
--- a/Makefile
+++ b/Makefile
@@ -1,6 +1,6 @@
 BASE=nametheprice
 PLUGINTYPE=vmcustom
-VERSION=1.2
+VERSION=1.3
 FILEBASE=opentools_vm2
 
 PLUGINFILES=$(BASE).php $(BASE).script.php $(BASE).xml index.html
diff --git a/nametheprice.script.php b/nametheprice.script.php
index 703ffebcf5eae3b9cff26a0a4c89c2e2864447e1..b7a6a07a9518afa480d8e701ed6293398e34a443 100644
--- a/nametheprice.script.php
+++ b/nametheprice.script.php
@@ -58,7 +58,7 @@ class plgVmCustomNameThePriceInstallerScript
     public function install(JAdapterInstance $adapter)
     {
         // enabling plugin
-        $db =& JFactory::getDBO();
+        $db = JFactory::getDBO();
         $db->setQuery('update #__extensions set enabled = 1 where type = "plugin" and element = "nametheprice" and folder = "vmcustom"');
         $db->query();
         
diff --git a/nametheprice.xml b/nametheprice.xml
index 72177e6ca561a2b8018087cf3e066478bf0a5d36..03db0655cdb96461b1ba68941dd96dea641ac2c3 100644
--- a/nametheprice.xml
+++ b/nametheprice.xml
@@ -6,7 +6,7 @@
     <authorUrl>http://www.open-tools.net/</authorUrl>
     <copyright>Copyright (C) 2013-2014 Reinhold Kainhofer. All rights reserved.</copyright>
     <license>http://www.gnu.org/licenses/gpl.html GNU/GPL v3+</license>
-    <version>1.2</version>
+    <version>1.3</version>
     <description>VMCUSTOM_NAMETHEPRICE_DESC</description>
     <files>
         <filename plugin="nametheprice">nametheprice.php</filename>