Plugin Directory

Changeset 1748544


Ignore:
Timestamp:
10/18/2017 09:49:57 AM (8 years ago)
Author:
finchio
Message:

small change to use proper method'

File:
1 edited

Legend:

Unmodified
Added
Removed
  • finch/trunk/classes/finch_stylesheet.class.php

    r1748522 r1748544  
    180180
    181181        $css_content = $this->api->getStylesheet($projectStylesheetId);
    182         $existing_content = file_get_contents($this->dir . $this->filename);
     182        $existing_content = $this->getCSSContent();
    183183           
    184184        if($css_content && ($existing_content != $css_content)) {
Note: See TracChangeset for help on using the changeset viewer.