Closed (fixed)
Project:
Views (for Drupal 7)
Version:
6.x-2.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
24 Jun 2006 at 19:18 UTC
Updated:
8 Jul 2006 at 19:30 UTC
I just updated to the very latest version of views with all your recent changes. When I try to add a new view I get the following:
Warning: Missing argument 1 for views_ui_admin_add_page() in C:\apps\xampp\htdocs\www\demo\modules\views\views_ui.module on line 386.
It looks like it is expecting $template, but I can't figure out where $template should be coming from.
Comments
Comment #1
merlinofchaos commentedWhoops! That's a simple one; just needs to default to NULL ($template can come from a URL arg). That happened when I undid some very old and unnecessary code.
Comment #2
(not verified) commented