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

Bug fonction modCommentaire class.plxAdmin #189

Closed
pluxml opened this issue Aug 4, 2016 · 0 comments
Closed

Bug fonction modCommentaire class.plxAdmin #189

pluxml opened this issue Aug 4, 2016 · 0 comments

Comments

@pluxml
Copy link
Collaborator

pluxml commented Aug 4, 2016

La variable $mod s'est transformée en $type (ligne.1010 & 1015)

if(is_readable($newfilename)) {
    if($type == 'online')
        return plxMsg::Info(L_COMMENT_VALIDATE_SUCCESSFUL);
    else
        return plxMsg::Info(L_COMMENT_MODERATE_SUCCESSFUL);
} else {
    if($type == 'online')
        return plxMsg::Error(L_COMMENT_VALIDATE_ERR);
    else
        return plxMsg::Error(L_COMMENT_MODERATE_ERR);
}
@pluxml pluxml changed the title Bug fonction modCommentaire class.plxMotor Bug fonction modCommentaire class.plxAdmin Oct 24, 2016
@pluxml pluxml closed this as completed in b0c6931 Oct 24, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

0 participants