Explorar el Código

Was I really in such a hurry?

Brendan Abolivier hace 9 años
padre
commit
a399f98076
Se han modificado 1 ficheros con 2 adiciones y 1 borrados
  1. 2
    1
      controllers/document.php

+ 2
- 1
controllers/document.php Ver fichero

@@ -44,7 +44,8 @@ function alter_document($documentid)
44 44
     $param = $params;
45 45
     $putParams[strstr($param, "=", true)] = substr(strstr($param, "="), 1);
46 46
 
47
-    var_dump($putParams);
47
+    $doc->changePromo($putParams["promo"]);
48
+    $doc->changeRank($putParams["rang"]);
48 49
 }
49 50
 
50 51
 function delete_document($fileid)