git.cweiske.de
/
tt-rss-micropub.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
942fe99
)
Make single-identity posting work again
v0.1.1
author
Christian Weiske
<
[email protected]
>
Tue, 30 May 2017 21:53:40 +0000
(23:53 +0200)
committer
Christian Weiske
<
[email protected]
>
Tue, 30 May 2017 21:53:40 +0000
(23:53 +0200)
commentform.phtml
patch
|
blob
|
history
diff --git
a/commentform.phtml
b/commentform.phtml
index d1ffd8275ed3229c9cd7d1404cc79c09e9452134..24bcb1af31709bd62c7a5ec39dd74c67bc212e01 100644
(file)
--- a/
commentform.phtml
+++ b/
commentform.phtml
@@
-51,7
+51,7
@@
></textarea><br/>
<?php if (count($accounts) == 1) { ?>
- <?php print_hidden('me', htmlspecialchars(reset($accounts))); ?>
+ <?php print_hidden('me', htmlspecialchars(reset($account
Url
s))); ?>
<?php } else { ?>
<label for="micropub-me">Identity:</label>
<?php print_select('micropub-me', $defaultAccount, $accountUrls,