#3551: Make default colors changeable from inside an inherited class so that colors could be changed via an plugin.
This commit is contained in:
parent
2de5b22951
commit
3b786e05e0
|
|
@ -15,10 +15,10 @@ class ColorModel extends Base
|
|||
/**
|
||||
* Default colors
|
||||
*
|
||||
* @access private
|
||||
* @access protected
|
||||
* @var array
|
||||
*/
|
||||
private $default_colors = array(
|
||||
protected $default_colors = array(
|
||||
'yellow' => array(
|
||||
'name' => 'Yellow',
|
||||
'background' => 'rgb(245, 247, 196)',
|
||||
|
|
|
|||
Loading…
Reference in New Issue