Skip to content

Commit

Permalink
set the default properties so our sorting check will work as expected
Browse files Browse the repository at this point in the history
  • Loading branch information
caseysoftware committed Aug 28, 2013
1 parent 2fbf873 commit cd12063
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion classes/w2p/Core/Config.class.php
Expand Up @@ -4,7 +4,14 @@
* @package web2project\core
*/

class w2p_Core_Config extends w2p_Core_BaseObject {
class w2p_Core_Config extends w2p_Core_BaseObject
{
public $config_id;
public $config_name;
public $config_value;
public $config_group;
public $config_type;

protected $keepReminders = false;

public function __construct() {
Expand Down

0 comments on commit cd12063

Please sign in to comment.