svn: /web/doc-editor/trunk/php/ ExtJsController.php
[email protected] (Yannick Torres)
| Newsgroups | php.doc.web |
|---|---|
| Message-ID | <[email protected]> |
yannick Sun, 07 Feb 2010 22:09:16 +0000
Revision: http://svn.php.net/viewvc?view=revision&revision=294733
Log:
Fix bug on download as a patch feature
Changed paths:
U web/doc-editor/trunk/php/ExtJsController.php
Modified: web/doc-editor/trunk/php/ExtJsController.php
===================================================================
--- web/doc-editor/trunk/php/ExtJsController.php 2010-02-07 22:09:11 UTC (rev 294732)
+++ web/doc-editor/trunk/php/ExtJsController.php 2010-02-07 22:09:16 UTC (rev 294733)
@@ -1317,6 +1317,8 @@
*/
public function downloadPatch()
{
+ AccountManager::getInstance()->isLogged();
+
$FilePath = $this->getRequestVariable('FilePath');
$FileName = $this->getRequestVariable('FileName');