Save module settings even if module image can't be found

This commit is contained in:
Marc Alexander
2012-08-11 17:28:41 +02:00
parent eb5f1f8156
commit c4026c9066
5 changed files with 44 additions and 7 deletions

View File

@@ -26,6 +26,8 @@ function column_num_string($column)
return 'top';
case 5:
return 'bottom';
default:
return 0;
}
}