Changeset 2067122
- Timestamp:
- 04/11/2019 11:26:52 AM (7 years ago)
- File:
-
- 1 edited
-
bbq/tags/1.4.4/includes/BbqOption.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
bbq/tags/1.4.4/includes/BbqOption.php
r2030539 r2067122 69 69 $blocks = get_option($this->option_prefix . 'blocks'); 70 70 $blocks = json_decode($blocks); 71 if(!$blocks) { 72 return []; 73 } 71 74 for ($i = 0; $i < count($blocks); $i++) { 72 75 $blocks[$i]->positionNumber = BbqBlockPosition::getPositionNumber($blocks[$i]);
Note: See TracChangeset
for help on using the changeset viewer.