changed files to more updated version
This commit is contained in:
5
dev_mvc/viewmodel/viewmodel_createreply.php
Normal file
5
dev_mvc/viewmodel/viewmodel_createreply.php
Normal file
@@ -0,0 +1,5 @@
|
||||
<?php
|
||||
if(isset($_GET['thread'])){
|
||||
MVCController::$viewData['threadid'] = $_GET['thread'];
|
||||
}
|
||||
?>
|
||||
Reference in New Issue
Block a user