Issue:
Change folder permissions in ProcessMaker
Cause:
Nuevo requerimiento
Solution:
Se cambio los permisos de los files and directories
17 lines
294 B
PHP
17 lines
294 B
PHP
<?php
|
|
|
|
class CSSValue {
|
|
/**
|
|
* Check if some subproperties should be inherited;
|
|
* inherit calculated values from the parent box
|
|
*/
|
|
function doInherit($state) {
|
|
// Generic method; do nothing
|
|
}
|
|
|
|
function clearDefaultFlags(&$state) {
|
|
// Generic method; do nothing
|
|
}
|
|
}
|
|
|
|
?>
|