From 6937704ebd978a8b362edcaa6684d63971e54218 Mon Sep 17 00:00:00 2001 From: Evan Prodromou Date: Tue, 4 Aug 2009 07:34:58 -0400 Subject: give plugins a chance to autoload their classes --- EVENTS.txt | 3 +++ 1 file changed, 3 insertions(+) (limited to 'EVENTS.txt') diff --git a/EVENTS.txt b/EVENTS.txt index e1dd73508..933907933 100644 --- a/EVENTS.txt +++ b/EVENTS.txt @@ -134,3 +134,6 @@ StartAccountSettingsNav: Before showing the account settings menu EndAccountSettingsNav: After showing the account settings menu - $action: the current action + +Autoload: When trying to autoload a class +- $cls: the class being sought. A plugin might require_once the file for the class. -- cgit v1.2.3-54-g00ecf