Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
M
marcus-lodspeakr
Manage
Activity
Members
Labels
Plan
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Container Registry
Model registry
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
uib-ub
Spesialsamlingene
marcus-lodspeakr
Commits
5ba36eed
Commit
5ba36eed
authored
3 years ago
by
Oyvind.Gjesdal
Browse files
Options
Downloads
Patches
Plain Diff
remove write/append of filepath for Hangaa to local file (probably added for debugging)
parent
fdbd2f27
No related branches found
No related tags found
1 merge request
!10
Resolve "Ta bort skriv til debug-fil for Hangaa"
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
lib/Haanga/lib/Haanga/Compiler/Tokenizer.php
+0
-1
0 additions, 1 deletion
lib/Haanga/lib/Haanga/Compiler/Tokenizer.php
with
0 additions
and
1 deletion
lib/Haanga/lib/Haanga/Compiler/Tokenizer.php
+
0
−
1
View file @
5ba36eed
...
@@ -558,7 +558,6 @@ class Haanga_Compiler_Tokenizer
...
@@ -558,7 +558,6 @@ class Haanga_Compiler_Tokenizer
static
function
init
(
$template
,
$compiler
,
$file
=
''
)
static
function
init
(
$template
,
$compiler
,
$file
=
''
)
{
{
$lexer
=
new
Haanga_Compiler_Tokenizer
(
$template
,
$compiler
,
$file
);
$lexer
=
new
Haanga_Compiler_Tokenizer
(
$template
,
$compiler
,
$file
);
file_put_contents
(
'/var/www/html/marcus-prod/cache/foo.php'
,
$file
.
"
\n
"
,
FILE_APPEND
);
$parser
=
new
Haanga_Compiler_Parser
(
$lexer
,
$file
);
$parser
=
new
Haanga_Compiler_Parser
(
$lexer
,
$file
);
$parser
->
compiler
=
$compiler
;
$parser
->
compiler
=
$compiler
;
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment