Changeset 26329


Ignore:
Timestamp:
Dec 29, 2013, 2:37:54 PM (10 years ago)
Author:
rvelices
Message:

fix deactivate

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/admin/include/plugins.class.php

    r25577 r26329  
    4444  function deactivate()
    4545  {
    46     if (is_callable('plugin_install'))
    47     {
    48       return plugin_install($this->plugin_id);
     46    if (is_callable('plugin_deactivate'))
     47    {
     48      return plugin_deactivate($this->plugin_id);
    4949    }
    5050  }
Note: See TracChangeset for help on using the changeset viewer.