1
0

Fix the module version to match module.info

This commit is contained in:
Chad Parry 2011-07-27 17:48:50 -06:00
parent 190b5e019f
commit 9d0d193a57

View File

@ -19,7 +19,7 @@
*/ */
class rawphoto_installer { class rawphoto_installer {
static function install() { static function install() {
module::set_version("rawphoto", 1); module::set_version("rawphoto", 2);
} }
static function activate() { static function activate() {