Changeset 1025874
- Timestamp:
- 11/14/2014 05:52:58 PM (11 years ago)
- Location:
- restaurant-manager
- Files:
-
- 2 edited
-
tags/v1.2.1/class-initialize.php (modified) (2 diffs)
-
trunk/class-initialize.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
restaurant-manager/tags/v1.2.1/class-initialize.php
r1025867 r1025874 42 42 43 43 // Perform any version-upgrade events prior to activation (e.g. database changes) 44 $this->_plugin->upgrade();44 //$this->_plugin->upgrade(); 45 45 46 46 if (!$this->_plugin->is_installed()) { … … 82 82 //check if the plugin is installed before running 83 83 if ($this->_plugin->is_installed()) { 84 85 $this->_plugin->upgrade(); 84 86 85 87 $taurus_shortcode_extensions = new shortcode_extensions(); -
restaurant-manager/trunk/class-initialize.php
r1025867 r1025874 42 42 43 43 // Perform any version-upgrade events prior to activation (e.g. database changes) 44 $this->_plugin->upgrade();44 //$this->_plugin->upgrade(); 45 45 46 46 if (!$this->_plugin->is_installed()) { … … 82 82 //check if the plugin is installed before running 83 83 if ($this->_plugin->is_installed()) { 84 85 $this->_plugin->upgrade(); 84 86 85 87 $taurus_shortcode_extensions = new shortcode_extensions();
Note: See TracChangeset
for help on using the changeset viewer.