page: replace output caching by article object
[minimedit.git] / login / edit / index.php
index b92104cf92568a578d549630eacca7962f79f0b6..c56109fbd53df0992d186019fba7fc5e3d53d127 100644 (file)
@@ -1,5 +1,6 @@
 <?php
 if ($Args) {
-       ob_clean();
+       $Place['user'] = ltrim($Args, '/');
        include 'login/edit/index.html';
+       return;
 }