Вход Регистрация
Файл: library/XenForo/Option/MinifyCss.php
Строк: 21
<?php

class XenForo_Option_MinifyCss
{
    
/**
     * Updates the build date of styles after the value of the minifyCss option changes.
     *
     * @param boolean $option
     * @param XenForo_DataWriter $dw
     * @param string $fieldName
     *
     * @return boolean
     */
    
public static function verifyOption(&$optionXenForo_DataWriter $dw$fieldName)
    {
        
XenForo_Model::create('XenForo_Model_Style')->updateAllStylesLastModifiedDate();

        return 
true;
    }
}
Онлайн: 2
Реклама