github: shadowy octopus with the head of a robot, emblazoned with the Dreamwidth swirl (Default)
github ([personal profile] github) wrote in [site community profile] changelog2020-06-02 07:37 pm

[dreamwidth/dw-free] b6cb86: don't throw Perl error when feeding admin/propedit...

Branch: refs/heads/master
Home: https://github.com/dreamwidth/dw-free
Commit: b6cb8639517108e9575285234bbe201c029902ac
https://github.com/dreamwidth/dw-free/commit/b6cb8639517108e9575285234bbe201c029902ac
Author: Kareila <kareila@dreamwidth.org>
Date: 2020-06-02 (Tue, 02 Jun 2020)

Changed paths:
M cgi-bin/DW/Controller/Admin/Props.pm

Log Message:
-----------
don't throw Perl error when feeding admin/propedit a nonexistent user

I went to add error checking for a nonexistent user and found that it was already there, but the scope needed to be expanded to avoid the problem. Then testing revealed that the error message wasn't passed to the page for printing, so I fixed that as well.

Fixes #2530.