Changeset 1436:c6aa788720c9 for plugins/blowupConfig/index.php
- Timestamp:
- 08/18/13 00:20:56 (12 years ago)
- Branch:
- Ticket#736
- Children:
- 1437:71b7fa9efe46, 1438:d537e0a2100c
- File:
-
- 1 edited
-
plugins/blowupConfig/index.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
plugins/blowupConfig/index.php
r1358 r1436 15 15 16 16 $can_write_images = blowupConfig::canWriteImages(); 17 $can_write_css = blowupConfig::canWriteCss(); 17 18 18 19 if ($core->error->flag()) { … … 188 189 $blowup_user['prelude_c'] = blowupConfig::adjustColor($_POST['prelude_c']); 189 190 blowupConfig::createImages($blowup_user,$uploaded); 191 } 192 193 if ($can_write_css) 194 { 195 blowupConfig::createCss($blowup_user); 190 196 } 191 197
Note: See TracChangeset
for help on using the changeset viewer.
