From c554c1b3f81011723b56b93f9fe19122a6fdba70 Mon Sep 17 00:00:00 2001 From: ewinslow Date: Tue, 2 Nov 2010 21:40:07 +0000 Subject: Corrected a couple typos in the documentation that are being registered as php errors git-svn-id: http://code.elgg.org/elgg/trunk@7206 36083f99-b078-4883-b0ff-0f9b5a30f544 --- documentation/examples/hooks/register/basic.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'documentation/examples/hooks/register/basic.php') diff --git a/documentation/examples/hooks/register/basic.php b/documentation/examples/hooks/register/basic.php index 957e82743..4cedbf0fd 100644 --- a/documentation/examples/hooks/register/basic.php +++ b/documentation/examples/hooks/register/basic.php @@ -6,7 +6,7 @@ function example_plugin_hook_handler($event, $type, $value, $params) { var_dump($event); var_dump($type); var_dump($value); - var_dump($params): + var_dump($params); return true; } -- cgit v1.2.3