# HG changeset patch # User Tom Fredrik "BFG" Klaussen # Date 1349806343 -7200 # Node ID 6cb775b6228140631f73739c11cba31044fe1623 # Parent c6d0892f81ffd8f667696c9ae579c73243a7e2ed Fix error with private variable. diff -r c6d0892f81ff -r 6cb775b62281 http-response-status-codes.inc --- a/http-response-status-codes.inc Tue Oct 09 20:05:12 2012 +0200 +++ b/http-response-status-codes.inc Tue Oct 09 20:12:23 2012 +0200 @@ -87,8 +87,9 @@ // [Client Error 4xx] /** * Defines the beginning of errorCodes + * @private */ - private const errorCodesBeginAt = 400; + const errorCodesBeginAt = 400; /** * HTTP_BAD_REQUEST */