Skip to content
Snippets Groups Projects
Commit 19f30a4b authored by berliner's avatar berliner Committed by Simon Georges
Browse files

#1216142 by berliner: Errors in simplenews_theme()

parent e93ae270
No related branches found
Tags 6.x-2.0-alpha3
No related merge requests found
......@@ -2427,9 +2427,9 @@ function simplenews_theme() {
'path' => $path . '/theme',
),
'simplenews_subscription_list' => array(
'file' => 'includes/simplenews.admin.inc',
'file' => 'simplenews.admin.inc',
'arguments' => array('form' => NULL),
'path' => $path . '/theme',
'path' => $path . '/includes',
),
);
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment