@@ -11,8 +11,6 @@ |
||
11 | 11 | * @subpackage Access |
12 | 12 | */ |
13 | 13 | |
14 | -use Elgg\Project\Paths; |
|
15 | - |
|
16 | 14 | /** |
17 | 15 | * Set if Elgg's access system should be ignored. |
18 | 16 | * |
@@ -7,8 +7,6 @@ |
||
7 | 7 | * @subpackage Core |
8 | 8 | */ |
9 | 9 | |
10 | -use Elgg\Project\Paths; |
|
11 | - |
|
12 | 10 | /** |
13 | 11 | * Convert a database row to a new \ElggAnnotation |
14 | 12 | * |
@@ -7,8 +7,6 @@ |
||
7 | 7 | * @since 1.9 |
8 | 8 | */ |
9 | 9 | |
10 | -use Elgg\Project\Paths; |
|
11 | - |
|
12 | 10 | /** |
13 | 11 | * Comments initialization function |
14 | 12 | * |
@@ -2,7 +2,6 @@ |
||
2 | 2 | |
3 | 3 | use Elgg\Filesystem\Directory; |
4 | 4 | use Elgg\Http\ResponseBuilder; |
5 | -use Elgg\Project\Paths; |
|
6 | 5 | |
7 | 6 | /** |
8 | 7 | * Bootstrapping and helper procedural code available for use in Elgg core and plugins. |
@@ -3,8 +3,6 @@ |
||
3 | 3 | * Procedural code for creating, loading, and modifying \ElggEntity objects. |
4 | 4 | */ |
5 | 5 | |
6 | -use Elgg\Project\Paths; |
|
7 | - |
|
8 | 6 | /** |
9 | 7 | * Return the id for a given subtype. |
10 | 8 | * |
@@ -8,7 +8,6 @@ |
||
8 | 8 | */ |
9 | 9 | |
10 | 10 | use Symfony\Component\HttpFoundation\File\UploadedFile; |
11 | -use Elgg\Project\Paths; |
|
12 | 11 | |
13 | 12 | /** |
14 | 13 | * Get the size of the specified directory. |
@@ -7,8 +7,6 @@ |
||
7 | 7 | * @subpackage Input |
8 | 8 | */ |
9 | 9 | |
10 | -use Elgg\Project\Paths; |
|
11 | - |
|
12 | 10 | /** |
13 | 11 | * Get some input from variables passed submitted through GET or POST. |
14 | 12 | * |
@@ -7,8 +7,6 @@ |
||
7 | 7 | * @subpackage DataModel.Metadata |
8 | 8 | */ |
9 | 9 | |
10 | -use Elgg\Project\Paths; |
|
11 | - |
|
12 | 10 | /** |
13 | 11 | * Convert a database row to a new \ElggMetadata |
14 | 12 | * |
@@ -7,8 +7,6 @@ |
||
7 | 7 | * @subpackage DataModel.MetaStrings |
8 | 8 | */ |
9 | 9 | |
10 | -use Elgg\Project\Paths; |
|
11 | - |
|
12 | 10 | /** |
13 | 11 | * Returns an array of either \ElggAnnotation or \ElggMetadata objects. |
14 | 12 | * Accepts all elgg_get_entities() options for entity restraints. |