From 0fb7890c59f6e06d27fa901e061f4ea3d2cde9a1 Mon Sep 17 00:00:00 2001 From: Chiliec Date: Thu, 16 Aug 2012 13:05:17 +0400 Subject: [PATCH] Update engine/console/protected/plugin/PluginExample.class.php --- engine/console/protected/plugin/PluginExample.class.php | 1 + 1 file changed, 1 insertion(+) diff --git a/engine/console/protected/plugin/PluginExample.class.php b/engine/console/protected/plugin/PluginExample.class.php index 2c27ebc6..d0778462 100644 --- a/engine/console/protected/plugin/PluginExample.class.php +++ b/engine/console/protected/plugin/PluginExample.class.php @@ -68,6 +68,7 @@ class PluginExample extends Plugin { /* $this->ExportSQL(dirname(__FILE__).'/deinstall.sql'); // Выполнить деактивационный sql, если надо. */ + return true; }