Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix document model activation #29683

Closed
wants to merge 1 commit into from
Closed

Conversation

sonikf
Copy link
Contributor

@sonikf sonikf commented May 14, 2024

No description provided.

@@ -527,13 +527,13 @@
// Active
if (in_array($name, $def)) {
print '<td class="center">'."\n";
print '<a href="'.$_SERVER["PHP_SELF"].'?action=del&token='.newToken().'&value='.urlencode($name).'">';
print '<a href="'.$_SERVER["PHP_SELF"].'?action=del&amp;token='.newToken().'&amp;value='.urlencode($name).'&amp;type='.urlencode($type).'">';
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Don't understand why this fix something. Other pages are using the &token , &value...
Can you descibre how to reproduce the bug

@eldy eldy added the Discussion Some questions or discussions are opened and wait answers of author or other people to be processed label May 15, 2024
@sonikf sonikf closed this May 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Discussion Some questions or discussions are opened and wait answers of author or other people to be processed
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants