diff options
author | Cash Costello <cash.costello@gmail.com> | 2012-07-05 20:18:11 -0400 |
---|---|---|
committer | Cash Costello <cash.costello@gmail.com> | 2012-07-05 20:18:11 -0400 |
commit | 2755f1cd44de70d32833d95aae9a761c80666687 (patch) | |
tree | bbdb17cee43b4d30b3dc150b560f40fd3d4bef63 /engine | |
parent | 35bd23ec8deb6c1f576780169bd0808caae4bdd1 (diff) | |
download | elgg-2755f1cd44de70d32833d95aae9a761c80666687.tar.gz elgg-2755f1cd44de70d32833d95aae9a761c80666687.tar.bz2 |
Refs #2276 made the new class private
Diffstat (limited to 'engine')
-rw-r--r-- | engine/classes/ElggTranslit.php | 2 |
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 { |