#931754 by duellj: Fixed Color module missing hook_requirements docblock
parent
78e4211a5c
commit
0bdaa32692
|
@ -6,6 +6,9 @@
|
|||
* Install, update and uninstall functions for the color module.
|
||||
*/
|
||||
|
||||
/**
|
||||
* Implements hook_requirements().
|
||||
*/
|
||||
function color_requirements($phase) {
|
||||
$requirements = array();
|
||||
|
||||
|
|
Loading…
Reference in New Issue