summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorNaglfar <naglfar@tilde.institute>2021-01-13 00:42:46 +0100
committerNaglfar <naglfar@tilde.institute>2021-01-13 00:42:46 +0100
commitf8fc06be595434911e798790a819ed7ac43c9a21 (patch)
tree793c6dec7434e08e05162393a4fcebd80c6e29cf
parent5770e1c03d65d6c7882e343c10435681e16e69e7 (diff)
downloadMightyWVMS-f8fc06be595434911e798790a819ed7ac43c9a21.tar.gz
Rename index of video categories
-rw-r--r--php/rd-procedures.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/php/rd-procedures.php b/php/rd-procedures.php
index 9f4d586..b6648dd 100644
--- a/php/rd-procedures.php
+++ b/php/rd-procedures.php
@@ -16,5 +16,5 @@ if(!empty($vdata[1]))
   }
 
 $vdata = file($dpath.$wsdata[4].'/toc/'.$vid, FILE_IGNORE_NEW_LINES);
-$cindex = file($dpath.$wsdata[4].'/'.$channel, FILE_IGNORE_NEW_LINES);
+$cindex = file($dpath.$wsdata[4].'/category', FILE_IGNORE_NEW_LINES);
 ?>