diff options
author | Dries Buytaert <dries@buytaert.net> | 2009-01-11 21:19:19 +0000 |
---|---|---|
committer | Dries Buytaert <dries@buytaert.net> | 2009-01-11 21:19:19 +0000 |
commit | bdbd0dffe5960abaae3de9774ad104bd117dc706 (patch) | |
tree | a6654f7beea0d0344a349ada4723408bc54ef83f /modules/blogapi/blogapi.module | |
parent | f80c6184276793e60cd67ef0bad39c2c1914e10e (diff) | |
download | brdo-bdbd0dffe5960abaae3de9774ad104bd117dc706.tar.gz brdo-bdbd0dffe5960abaae3de9774ad104bd117dc706.tar.bz2 |
- Patch #266246 by David Strauss: added smart defaults for system_settings_form().
Diffstat (limited to 'modules/blogapi/blogapi.module')
-rw-r--r-- | modules/blogapi/blogapi.module | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/blogapi/blogapi.module b/modules/blogapi/blogapi.module index 540c12a55..1d35715cd 100644 --- a/modules/blogapi/blogapi.module +++ b/modules/blogapi/blogapi.module @@ -805,7 +805,7 @@ function blogapi_admin_settings() { ); } - return system_settings_form($form); + return system_settings_form($form, FALSE); } /** |