From e21ad98d92257a945e494a01741bcdb484e44f42 Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Tue, 12 Aug 2008 06:57:45 +0000 Subject: - Patch #246522 by mustafu, Dries: fixed typo in documentation. --- includes/actions.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'includes') 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). * -- cgit v1.2.3