From b57814167d2a45015cf5688ef1662e9c0eda3fbf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Niklas=20Laxstr=C3=B6m?= Date: Wed, 20 Jan 2016 15:16:36 +0100 Subject: [PATCH] Mark ApiULSLocalization internal Per suggestion in T91457#1944256 Change-Id: I27956c3f14188b3ae9f1c21e3f5c0e02ecb9e8f7 --- api/ApiULSLocalization.php | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/api/ApiULSLocalization.php b/api/ApiULSLocalization.php index 2699a4d9..8bcbe3e0 100644 --- a/api/ApiULSLocalization.php +++ b/api/ApiULSLocalization.php @@ -91,4 +91,9 @@ class ApiULSLocalization extends ApiBase { => 'apihelp-ulslocalization-example-2', ); } + + // Try to scare people away from using this externally + public function isInternal() { + return true; + } }