Dotclear


Ignore:
Timestamp:
08/18/13 00:20:56 (12 years ago)
Author:
Denis Jean-Christian <contact@…>
Branch:
Ticket#736
Children:
1437:71b7fa9efe46, 1438:d537e0a2100c
Message:

Write blowUp CSS into a public file on update, like images, fixes #736

File:
1 edited

Legend:

Unmodified
Added
Removed
  • plugins/blowupConfig/index.php

    r1358 r1436  
    1515 
    1616$can_write_images = blowupConfig::canWriteImages(); 
     17$can_write_css = blowupConfig::canWriteCss(); 
    1718 
    1819if ($core->error->flag()) { 
     
    188189               $blowup_user['prelude_c'] = blowupConfig::adjustColor($_POST['prelude_c']); 
    189190               blowupConfig::createImages($blowup_user,$uploaded); 
     191          } 
     192 
     193          if ($can_write_css) 
     194          { 
     195               blowupConfig::createCss($blowup_user); 
    190196          } 
    191197 
Note: See TracChangeset for help on using the changeset viewer.

Sites map