camelcase the uap param names
This commit is contained in:
parent
ea123800e9
commit
760be76fc0
|
@ -54,10 +54,10 @@ if (!defined('STATUSNET') && !defined('LACONICA')) {
|
||||||
|
|
||||||
abstract class UAPPlugin extends Plugin
|
abstract class UAPPlugin extends Plugin
|
||||||
{
|
{
|
||||||
public $MediumRectangle = null;
|
public $mediumRectangle = null;
|
||||||
public $Rectangle = null;
|
public $rectangle = null;
|
||||||
public $Leaderboard = null;
|
public $leaderboard = null;
|
||||||
public $WideSkyscraper = null;
|
public $wideSkyscraper = null;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Output our dedicated stylesheet
|
* Output our dedicated stylesheet
|
||||||
|
|
Loading…
Reference in New Issue
Block a user