]> git.mxchange.org Git - friendica.git/blobdiff - mod/videos.php
Merge pull request #2118 from annando/1511-supported-networks
[friendica.git] / mod / videos.php
index a7d48cb751200fc47dac47e1f75fa71733f535b6..4f5d7cd22db33acd58fc9cdce0c2175647094ed5 100644 (file)
@@ -113,10 +113,10 @@ function videos_post(&$a) {
                        $a->page['content'] = replace_macros(get_markup_template('confirm.tpl'), array(
                                '$method' => 'post',
                                '$message' => t('Do you really want to delete this video?'),
-                               '$extra_inputs' => [
-                                       ['name'=>'id', 'value'=> $_POST['id']],
-                                       ['name'=>'delete', 'value'=>'x']
-                               ],
+                               '$extra_inputs' => array(
+                                       array('name'=>'id', 'value'=> $_POST['id']),
+                                       array('name'=>'delete', 'value'=>'x')
+                               ),
                                '$confirm' => t('Delete Video'),
                                '$confirm_url' => $drop_url,
                                '$confirm_name' => 'confirm', // Needed so that confirmation will bring us back into this if statement