Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
Y
Yii Dwoo renderer
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
Common
Yii Dwoo renderer
Commits
d0e4bfc2
Commit
d0e4bfc2
authored
Feb 21, 2013
by
Hikonobu Kurihara
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Updated
ext/Dwoo/pluginsを削除
parent
12dafdf2
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
3 deletions
+0
-3
EDwooViewRenderer.php
EDwooViewRenderer.php
+0
-3
No files found.
EDwooViewRenderer.php
View file @
d0e4bfc2
...
...
@@ -53,9 +53,6 @@ class EDwooViewRenderer extends CApplicationComponent implements IViewRenderer {
$loader
=
$this
->
dwoo
->
getLoader
();
// adding extension plugin directory
$loader
->
addDirectory
(
Yii
::
getPathOfAlias
(
'application.extensions.Dwoo.plugins'
));
// adding config plugin directory if specified
if
(
!
empty
(
$this
->
pluginsDir
)){
$loader
->
addDirectory
(
Yii
::
getPathOfAlias
(
$this
->
pluginsDir
));
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment