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:
e352275
)
CRM-20833: Change api4 entity namespace again
author
mickadoo
<michaeldevery@gmail.com>
Mon, 10 Jul 2017 16:28:45 +0000
(17:28 +0100)
committer
mickadoo
<michaeldevery@gmail.com>
Mon, 10 Jul 2017 16:28:45 +0000
(17:28 +0100)
Civi/API/Request.php
patch
|
blob
|
blame
|
history
diff --git
a/Civi/API/Request.php
b/Civi/API/Request.php
index c60ceade9e6686e70a4386b4bb0ab05958d7cb71..8e08ec810ebe44465340e6bd4c19c933e0b05d67 100644
(file)
--- a/
Civi/API/Request.php
+++ b/
Civi/API/Request.php
@@
-73,7
+73,7
@@
class Request {
return $apiRequest;
case 4:
- $callable = array("Civi\\A
PI\\V
4\\Entity\\$entity", $action);
+ $callable = array("Civi\\A
pi
4\\Entity\\$entity", $action);
if (!is_callable($callable)) {
throw new Exception\NotImplementedException("API ($entity, $action) does not exist (join the API team and implement it!)");
}