From 2e1e7b19be7bcb78652b8da599183896246ecaf5 Mon Sep 17 00:00:00 2001 From: cash Date: Tue, 16 Nov 2010 00:58:47 +0000 Subject: Pulled in hellekin's fixes from https://github.com/Elgg/Elgg/pull/2 git-svn-id: http://code.elgg.org/elgg/trunk@7324 36083f99-b078-4883-b0ff-0f9b5a30f544 --- .gitignore | 2 ++ engine/lib/actions.php | 2 +- engine/settings.example.php | 2 +- install/ElggInstaller.php | 4 ++-- 4 files changed, 6 insertions(+), 4 deletions(-) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 000000000..16682b00d --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +.htaccess +engine/settings.php diff --git a/engine/lib/actions.php b/engine/lib/actions.php index 35ac224dc..bcc156e4f 100644 --- a/engine/lib/actions.php +++ b/engine/lib/actions.php @@ -42,7 +42,7 @@ * * @note If an action isn't registered in the system or is registered * to an unavailable file the user will be forwarded to the site front -* page and an error will be emitted via {@link regiser_error()}. +* page and an error will be emitted via {@link register_error()}. * * @warning All actions require {@link http://docs.elgg.org/Actions/Tokens Action Tokens}. * @warning Most plugin shouldn't call this manually. diff --git a/engine/settings.example.php b/engine/settings.example.php index f2772b8e6..07ca9b642 100644 --- a/engine/settings.example.php +++ b/engine/settings.example.php @@ -1,6 +1,6 @@ path}engine/settings.php")) { -- cgit v1.2.3