Documentation Bug: $params[‘action’][‘template’]
Archived from the Xataface Users forum.
kedoin — Sun Apr 06, 2008 2:10 pm
Just wanted to let you know I found a small typo in the tutorial for Actions at:
http://xataface.com/documentation/tutorial/getting_started/dataface_actions
At the bottom of the page it says:
- Code: Select all
$template_name = $params['actions']['template'];
But that doesn’t work in the 1.0-beta2. It should be “action” (singular, not plural):
- Code: Select all
$template_name = $params['action']['template'];
-Rob
shannah — Tue Apr 08, 2008 8:28 am
Thanks.
The change has been made.
Best regards
Steve