--- includes/actions.inc.orig	2008-09-18 23:37:31.000000000 +0200
+++ includes/actions.inc	2008-10-13 18:10:14.000000000 +0200
@@ -264,7 +264,7 @@ function actions_synchronize($actions_in
   foreach ($actions_in_code as $callback => $array) {
     // Ignore configurable actions since their instances get put in
     // when the user adds the action.
-    if (!$array['configurable']) {
+    if (empty($array['configurable'])) {
       // If we already have an action ID for this action, no need to assign aid.
       if (array_key_exists($callback, $actions_in_db)) {
         unset($actions_in_db[$callback]);
