From: Evan Prodromou Date: Wed, 27 Jan 2010 15:45:44 +0000 (-0500) Subject: camelcase the uap param names X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=760be76fc000c546ac38e96fa1cc5f822b7e6993;p=quix0rs-gnu-social.git camelcase the uap param names --- diff --git a/lib/uapplugin.php b/lib/uapplugin.php index e3801f08ae..ef35bafbfb 100644 --- a/lib/uapplugin.php +++ b/lib/uapplugin.php @@ -54,10 +54,10 @@ if (!defined('STATUSNET') && !defined('LACONICA')) { abstract class UAPPlugin extends Plugin { - public $MediumRectangle = null; - public $Rectangle = null; - public $Leaderboard = null; - public $WideSkyscraper = null; + public $mediumRectangle = null; + public $rectangle = null; + public $leaderboard = null; + public $wideSkyscraper = null; /** * Output our dedicated stylesheet