[Pkg-owncloud-commits] [owncloud] 352/394: Add missing requesttoken

David Prévot taffit at alioth.debian.org
Fri Nov 8 23:12:48 UTC 2013


This is an automated email from the git hooks/post-receive script.

taffit pushed a commit to annotated tag v4.5.10
in repository owncloud.

commit 24a7381e9fc5035096bbd606d25582f6ffedd095
Author: Lukas Reschke <lukas at statuscode.ch>
Date:   Sat Feb 16 13:28:49 2013 +0100

    Add missing requesttoken
    
    This is a trivial fix for a regression caused by #1648
---
 apps/files_external/templates/settings.php |    7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/apps/files_external/templates/settings.php b/apps/files_external/templates/settings.php
index de101f8..82399b0 100644
--- a/apps/files_external/templates/settings.php
+++ b/apps/files_external/templates/settings.php
@@ -110,8 +110,9 @@
 			<?php endforeach; ?>
 			</tbody>
 		</table>
-        <input type="file" id="rootcert_import" name="rootcert_import" style="width:230px;">
-        <input type="submit" name="cert_import" value="<?php echo $l->t('Import Root Certificate'); ?>" />
-		<?php endif; ?>
+	<input type="hidden" name="requesttoken" value="<?php echo $_['requesttoken']; ?>">
+        	<input type="file" id="rootcert_import" name="rootcert_import" style="width:230px;">
+       	 <input type="submit" name="cert_import" value="<?php echo $l->t('Import Root Certificate'); ?>" />
+<?php endif; ?>
 </fieldset>
 </form>

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-owncloud/owncloud.git



More information about the Pkg-owncloud-commits mailing list