projects
/
project/panels.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
(parent:
9e766fa
)
#932632 by mikeytown2: Fix notice in .install file.
author
Earl Miles
Tue, 19 Oct 2010 20:42:25 +0000 (20:42 +0000)
committer
Earl Miles
Tue, 19 Oct 2010 20:42:25 +0000 (20:42 +0000)
CHANGELOG.txt
patch
|
blob
|
blame
|
history
panels.install
patch
|
blob
|
blame
|
history
diff --git
a/CHANGELOG.txt
b/CHANGELOG.txt
index
913d0d2
..
2bc3eaf
100644
(file)
--- a/
CHANGELOG.txt
+++ b/
CHANGELOG.txt
@@
-5,3
+5,4
@@
Panels 7.x-dev
#879482 by mvc: Ensure Panels and CTools module files are loaded during update. Apparently could cause WSOD if not.
#917614 by jskulski: IPE broken in IE.
#906520: Improve CSS for rounded shadow boxes on IE7.
+#932632 by mikeytown2: Fix notice in .install file.
diff --git
a/panels.install
b/panels.install
index
3c7efce
..
5441e1a
100644
(file)
--- a/
panels.install
+++ b/
panels.install
@@
-76,6
+76,7
@@
function panels_requirements_runtime() {
$requirements['panels_legacy'] = array(
'title' => $t('Panels operating in Legacy mode'),
+ 'value' => NULL,
'severity' => REQUIREMENT_WARNING,
'description' => $description,
);