aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCash Costello <cash.costello@gmail.com>2012-07-05 20:18:11 -0400
committerCash Costello <cash.costello@gmail.com>2012-07-05 20:18:11 -0400
commit2755f1cd44de70d32833d95aae9a761c80666687 (patch)
treebbdb17cee43b4d30b3dc150b560f40fd3d4bef63
parent35bd23ec8deb6c1f576780169bd0808caae4bdd1 (diff)
downloadelgg-2755f1cd44de70d32833d95aae9a761c80666687.tar.gz
elgg-2755f1cd44de70d32833d95aae9a761c80666687.tar.bz2
Refs #2276 made the new class private
-rw-r--r--engine/classes/ElggTranslit.php2
1 files changed, 2 insertions, 0 deletions
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 <steve@mrclay.org>
* @package Elgg.Core
+ *
+ * @access private Plugin authors should not use this directly
*/
class ElggTranslit {