Normalize App parameter declaration (mod folder, 3 out of 3)
This commit is contained in:
parent
ee39aba490
commit
a7ce601580
41 changed files with 78 additions and 78 deletions
|
@ -6,7 +6,7 @@ require_once('include/security.php');
|
|||
require_once('include/redir.php');
|
||||
|
||||
|
||||
function videos_init(App &$a) {
|
||||
function videos_init(App $a) {
|
||||
|
||||
if($a->argc > 1)
|
||||
auto_redir($a, $a->argv[1]);
|
||||
|
@ -102,7 +102,7 @@ function videos_init(App &$a) {
|
|||
|
||||
|
||||
|
||||
function videos_post(App &$a) {
|
||||
function videos_post(App $a) {
|
||||
|
||||
$owner_uid = $a->data['user']['uid'];
|
||||
|
||||
|
@ -182,7 +182,7 @@ function videos_post(App &$a) {
|
|||
|
||||
|
||||
|
||||
function videos_content(App &$a) {
|
||||
function videos_content(App $a) {
|
||||
|
||||
// URLs (most aren't currently implemented):
|
||||
// videos/name
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue