Skip to content

Loading deleted object causes critical internal error #199

Description

@flack

To reproduce:

$t = new midgard_topic();
$t->create();
$t->delete();
$t = new midgard_topic($t->id);
echo midgard_connection::get_instance()->get_error_string();

Expected result:

"Object does not exist."

Actual result:

Fatal error: Uncaught exception 'midgard_error_exception' with message 'Critical internal error.Object doesn't exist'

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions