From 2755f1cd44de70d32833d95aae9a761c80666687 Mon Sep 17 00:00:00 2001 From: Cash Costello Date: Thu, 5 Jul 2012 20:18:11 -0400 Subject: Refs #2276 made the new class private --- engine/classes/ElggTranslit.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/engine/classes/ElggTranslit.php b/engine/classes/ElggTranslit.php index 809302276..676c59fc8 100644 --- a/engine/classes/ElggTranslit.php +++ b/engine/classes/ElggTranslit.php @@ -25,6 +25,8 @@ * * @author Steve Clay * @package Elgg.Core + * + * @access private Plugin authors should not use this directly */ class ElggTranslit { -- cgit v1.2.3