summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2008-08-30 10:03:57 +0000
committerDries Buytaert <dries@buytaert.net>2008-08-30 10:03:57 +0000
commit3ccf6d89e4628e484c5e534d3451540fecfa120f (patch)
tree615ec437940b21ceb7dae9229b56d8f2e215571c
parentb1411df894efaac82bf07367789080acd5335901 (diff)
downloadbrdo-3ccf6d89e4628e484c5e534d3451540fecfa120f.tar.gz
brdo-3ccf6d89e4628e484c5e534d3451540fecfa120f.tar.bz2
- Patch #299292 by keith.smith: head installation was broken.
-rw-r--r--modules/system/system.install2
1 files changed, 0 insertions, 2 deletions
diff --git a/modules/system/system.install b/modules/system/system.install
index 244e1bbf6..e4d7d8756 100644
--- a/modules/system/system.install
+++ b/modules/system/system.install
@@ -767,13 +767,11 @@ function system_schema() {
'description' => t('A serialized array of function names (like node_load) to be called to load an object corresponding to a part of the current path.'),
'type' => 'text',
'not null' => TRUE,
- 'default' => '',
),
'to_arg_functions' => array(
'description' => t('A serialized array of function names (like user_uid_optional_to_arg) to be called to replace a part of the router path with another string.'),
'type' => 'text',
'not null' => TRUE,
- 'default' => '',
),
'access_callback' => array(
'description' => t('The callback which determines the access to this router path. Defaults to user_access.'),