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:
0aeae9f
)
CRM-12527 - Remove non-working header code from D8
author
Coleman Watts
<coleman@civicrm.org>
Tue, 18 Aug 2015 17:20:35 +0000
(13:20 -0400)
committer
Coleman Watts
<coleman@civicrm.org>
Tue, 18 Aug 2015 17:20:35 +0000
(13:20 -0400)
CRM/Utils/System/Drupal8.php
patch
|
blob
|
blame
|
history
diff --git
a/CRM/Utils/System/Drupal8.php
b/CRM/Utils/System/Drupal8.php
index de0b1da26ee221fd39d16c8137ea432039d84d63..73d2882299b6c49b6f094258331fec2d81668f84 100644
(file)
--- a/
CRM/Utils/System/Drupal8.php
+++ b/
CRM/Utils/System/Drupal8.php
@@
-551,11
+551,4
@@
class CRM_Utils_System_Drupal8 extends CRM_Utils_System_DrupalBase {
$cache_backend->deleteAll();
}
}
-
- /**
- * @inheritDoc
- */
- public function setHttpHeader($name, $value) {
- \Symfony\Component\HttpFoundation\Response->headers->set($name, $value);
- }
}