Changeset 1156852
- Timestamp:
- 05/09/2015 12:53:01 PM (11 years ago)
- Location:
- aweber-dev-facile
- Files:
-
- 2 edited
-
tags/0.2/classes/settings.php (modified) (3 diffs)
-
trunk/classes/settings.php (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
aweber-dev-facile/tags/0.2/classes/settings.php
r1156841 r1156852 56 56 public function getDatasByLists($sSelectedLists) 57 57 { 58 59 if ( ! $this->pluginAdminOptions['content_infos'])58 // if the value amlready exist 59 if ( ! isset($this->pluginAdminOptions['content_infos']) ) 60 60 { 61 61 $oDataInfos = new AWeberDevFacile_dataInfos(-9, 0); … … 118 118 119 119 // create an array with infos 120 if ( ! $this->pluginAdminOptions['content_infos'])120 if ( ! isset($this->pluginAdminOptions['content_infos']) ) 121 121 { 122 122 $aCountLists[0] = array(); … … 148 148 { 149 149 150 if ( ! $this->pluginAdminOptions['content_infos'])150 if ( ! isset($this->pluginAdminOptions['content_infos']) ) 151 151 { 152 152 return 1;// no infos, add it -
aweber-dev-facile/trunk/classes/settings.php
r1156841 r1156852 56 56 public function getDatasByLists($sSelectedLists) 57 57 { 58 59 if ( ! $this->pluginAdminOptions['content_infos'])58 // if the value amlready exist 59 if ( ! isset($this->pluginAdminOptions['content_infos']) ) 60 60 { 61 61 $oDataInfos = new AWeberDevFacile_dataInfos(-9, 0); … … 118 118 119 119 // create an array with infos 120 if ( ! $this->pluginAdminOptions['content_infos'])120 if ( ! isset($this->pluginAdminOptions['content_infos']) ) 121 121 { 122 122 $aCountLists[0] = array(); … … 148 148 { 149 149 150 if ( ! $this->pluginAdminOptions['content_infos'])150 if ( ! isset($this->pluginAdminOptions['content_infos']) ) 151 151 { 152 152 return 1;// no infos, add it
Note: See TracChangeset
for help on using the changeset viewer.