(Internal) declare the member variables with the correct names: declare what is actually used !!

SVN:trunk[5825]
This commit is contained in:
Denis Flaven
2018-06-05 13:02:33 +00:00
parent cbb9bcd93d
commit 9df087984f

View File

@@ -60,8 +60,8 @@ class WebPage implements Page
protected $a_dict_entries;
protected $a_dict_entries_prefixes;
protected $a_styles;
protected $a_include_scripts;
protected $a_include_stylesheets;
protected $a_linked_scripts;
protected $a_linked_stylesheets;
protected $a_headers;
protected $a_base;
protected $iNextId;