Skip to content

Commit

Permalink
Version++
Browse files Browse the repository at this point in the history
  • Loading branch information
low committed Sep 20, 2011
1 parent 904bc47 commit dd93b23
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 8 deletions.
8 changes: 4 additions & 4 deletions config.php
Expand Up @@ -3,17 +3,17 @@
* Low Seg2Cat Extension class
*
* @package low-seg2cat-ee2_addon
* @author Lodewijk Schutte ~ Low <low@loweblog.com>
* @link http://loweblog.com/software/low-seg2cat/
* @author Lodewijk Schutte ~ Low <hi@gotolow.com>
* @link http://gotolow.com/addons/low-seg2cat
* @license http://creativecommons.org/licenses/by-sa/3.0/
*/

if ( ! defined('LOW_SEG2CAT_NAME'))
{
define('LOW_SEG2CAT_NAME', 'Low Seg2Cat');
define('LOW_SEG2CAT_CLASS_NAME', 'Low_seg2cat');
define('LOW_SEG2CAT_VERSION', '2.6.0');
define('LOW_SEG2CAT_DOCS', 'http://loweblog.com/software/low-seg2cat/');
define('LOW_SEG2CAT_VERSION', '2.6.1');
define('LOW_SEG2CAT_DOCS', 'http://gotolow.com/addons/low-seg2cat');
}

$config['name'] = LOW_SEG2CAT_NAME;
Expand Down
9 changes: 7 additions & 2 deletions ext.low_seg2cat.php
Expand Up @@ -7,8 +7,8 @@
* Low Seg2Cat Extension class
*
* @package low-seg2cat-ee2_addon
* @author Lodewijk Schutte ~ Low <low@loweblog.com>
* @link http://loweblog.com/software/low-seg2cat/
* @author Lodewijk Schutte ~ Low <hi@gotolow.com>
* @link http://gotolow.com/addons/low-seg2cat
* @license http://creativecommons.org/licenses/by-sa/3.0/
*/
class Low_seg2cat_ext {
Expand Down Expand Up @@ -259,6 +259,11 @@ public function save_settings()
{
if (($settings[$this->site_id][$key] = $this->EE->input->post($key)) === FALSE)
{
if (is_array($val))
{
$val = array_filter($val);
}

$settings[$this->site_id][$key] = $val;
}
}
Expand Down
4 changes: 2 additions & 2 deletions language/english/lang.low_seg2cat.php
Expand Up @@ -4,8 +4,8 @@
* Low Seg2Cat Language file
*
* @package low-seg2cat-ee2_addon
* @author Lodewijk Schutte ~ Low <low@loweblog.com>
* @link http://loweblog.com/software/low-seg2cat/
* @author Lodewijk Schutte ~ Low <hi@gotolow.com>
* @link http://gotolow.com/addons/low-seg2cat
* @license http://creativecommons.org/licenses/by-sa/3.0/
*/

Expand Down

0 comments on commit dd93b23

Please sign in to comment.