projects
/
civicrm-core.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9e6d96b
)
php notices
author
demeritcowboy
<demeritcowboy@hotmail.com>
Sat, 25 Nov 2023 15:29:14 +0000
(10:29 -0500)
committer
demeritcowboy
<demeritcowboy@hotmail.com>
Sat, 25 Nov 2023 15:29:14 +0000
(10:29 -0500)
CRM/Core/Page.php
patch
|
blob
|
blame
|
history
diff --git
a/CRM/Core/Page.php
b/CRM/Core/Page.php
index bfe554070fc6548476a4fe4cdffe81088372fdf7..993166e8fbffa24fcbf873a30e48a249d319a926 100644
(file)
--- a/
CRM/Core/Page.php
+++ b/
CRM/Core/Page.php
@@
-143,6
+143,16
@@
class CRM_Core_Page {
*/
public $_permission;
+ /**
+ * @var int
+ */
+ protected $_action;
+
+ /**
+ * @var int
+ */
+ protected $_id;
+
/**
* Class constructor.
*