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:
0c46448
)
Reflect civi style guidelines
author
Niels Heinemann
<heinemann@kompetenzz.de>
Thu, 14 Jan 2016 09:03:02 +0000
(10:03 +0100)
committer
Niels Heinemann
<heinemann@kompetenzz.de>
Fri, 20 May 2016 12:58:51 +0000
(14:58 +0200)
CRM/Utils/Recent.php
patch
|
blob
|
blame
|
history
diff --git
a/CRM/Utils/Recent.php
b/CRM/Utils/Recent.php
index dad62bb761ca63d0006af42267d99dc827095ff9..659b67381f0198367eb978b16242418999d734f6 100644
(file)
--- a/
CRM/Utils/Recent.php
+++ b/
CRM/Utils/Recent.php
@@
-54,6
+54,7
@@
class CRM_Utils_Recent {
* @var int
*/
static private $_maxItems = 20;
+
/**
* Initialize this class and set the static variables.
*/
@@
-249,4
+250,5
@@
class CRM_Utils_Recent {
return $providers;
}
+
}