[LIB_REFACTOR] Fix requires
This commit is contained in:
committed by
Diogo Cordeiro
parent
58bde08425
commit
b41f9620fa
@@ -31,7 +31,7 @@ if (!defined('STATUSNET') && !defined('LACONICA')) {
|
||||
exit(1);
|
||||
}
|
||||
|
||||
require_once INSTALLDIR . '/lib/form.php';
|
||||
require_once INSTALLDIR . '/lib/util/form.php';
|
||||
|
||||
/**
|
||||
* Form for editing an application
|
||||
|
Reference in New Issue
Block a user