Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Issue forks
imageapi_optimize-3226168
Commits
36f59d0d
Commit
36f59d0d
authored
Feb 14, 2014
by
Hai-Nam Nguyen
Browse files
Issue
#2164035
by lmeurs: Typo in imageapi_optimize_info_alter hook
parent
f2866c45
Changes
1
Hide whitespace changes
Inline
Side-by-side
imageapi_optimize.module
View file @
36f59d0d
...
...
@@ -235,7 +235,7 @@ function imageapi_optimize_info($reset = FALSE) {
if
(
!
$cache
||
$reset
)
{
$info
=
module_invoke_all
(
'imageapi_optimize_info'
);
drupal_alter
(
'image_optimze_info'
,
$info
);
drupal_alter
(
'image
api
_optim
i
ze_info'
,
$info
);
// Process and validate all defined info.
foreach
(
$info
as
$type
=>
&
$types
)
{
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment