blob: f07b9c9021a0c058f9eee78818b98bd8ff8b5745 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
--- lib/page.php.orig 2023-04-01 13:46:16 UTC
+++ lib/page.php
@@ -25,6 +25,10 @@ class page {
# Default values array.
protected $_default;
+ private $index;
+ private $sysmsg;
+ private $_block;
+
public function __construct($index=null) {
if (defined('DEBUG_ENABLED') && DEBUG_ENABLED && (($fargs=func_get_args())||$fargs='NOARGS'))
debug_log('Entered (%%)',129,0,__FILE__,__LINE__,__METHOD__,$fargs);
|