Elgg / community_plugins

Elgg community plugin repository
17 stars 16 forks source link

Use elgg_get_config() instead of the $CONFIG variable. #45

Closed juho-jaakkola closed 11 years ago

juho-jaakkola commented 11 years ago

In Elgg 1.9 $CONFIG variable isn't automatically available for actions anymore so use elgg_get_config() instead.

Some of the actions are completely broken without this fix. Some are working but I changed them to use elgg_get_config() anyway.

mrclay commented 11 years ago

Looks good.