1
0
mirror of https://github.com/anope/anope.git synced 2026-06-25 17:06:37 +02:00

Fixed loading exceptions in db_plain

This commit is contained in:
Adam
2011-10-27 13:50:32 -04:00
parent 961bb6e27e
commit 66ca256cfc
+1
View File
@@ -595,6 +595,7 @@ class DBPlain : public Module
OnReload();
LastDay = 0;
Serializable<Exception>::Alloc.Register("Exception");
}
~DBPlain()