summaryrefslogtreecommitdiff
path: root/includes/actions.inc
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2008-08-12 06:57:45 +0000
committerDries Buytaert <dries@buytaert.net>2008-08-12 06:57:45 +0000
commite21ad98d92257a945e494a01741bcdb484e44f42 (patch)
treef5737d25f3b6ef1843521cc4efbcd2fb8287a884 /includes/actions.inc
parentdefed7ec26a1911e2a4d3a08503f4efce5fce681 (diff)
downloadbrdo-e21ad98d92257a945e494a01741bcdb484e44f42.tar.gz
brdo-e21ad98d92257a945e494a01741bcdb484e44f42.tar.bz2
- Patch #246522 by mustafu, Dries: fixed typo in documentation.
Diffstat (limited to 'includes/actions.inc')
-rw-r--r--includes/actions.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/actions.inc b/includes/actions.inc
index b67c1d183..611618c8a 100644
--- a/includes/actions.inc
+++ b/includes/actions.inc
@@ -11,7 +11,7 @@
*
* Given the IDs of actions to perform, find out what the callbacks
* for the actions are by querying the database. Then call each callback
- * using the function call $function($object, $context, $a1, $2)
+ * using the function call $function($object, $context, $a1, $a2)
* where $function is the name of a function written in compliance with
* the action specification; that is, foo($object, $context).
*