On 14 September 2017 at 09:03, Martin Jansen <[email protected]> wrote: > Commit: 58f927a063216096dd34a4f9804f13b0e5150208 > Author: Martin Jansen <[email protected]> Thu, 14 Sep 2017 > 10:03:20 +0200 > Parents: 7a307cde2435c0ee4c2cb02e8704750604a643b7 > Branches: master > > Link: http://git.php.net/?p=web/php.git;a=commitdiff;h= > 58f927a063216096dd34a4f9804f13b0e5150208 > > Log: > Fix filename of PHPNW17 announcement > > 0e6e2492f3c8fff134bea47ef7a82798b7f6b541 only renamed the file but > not the reference in archive.xml. > > Thanks!
> Changed paths: > M archive/archive.xml > > > Diff: > diff --git a/archive/archive.xml b/archive/archive.xml > index 79db45f..6f4932a 100644 > --- a/archive/archive.xml > +++ b/archive/archive.xml > @@ -9,10 +9,10 @@ > <uri>http://php.net/contact</uri> > <email>[email protected]</email> > </author> > + <xi:include href="entries/2017-09-13-1.xml"/> > <xi:include href="entries/2017-09-01-1.xml"/> > <xi:include href="entries/2017-08-31-1.xml"/> > <xi:include href="entries/2017-08-31-2.xml"/> > - <xi:include href="entries/2017-08-30-1.xml"/> > <xi:include href="entries/2017-08-17-1.xml"/> > <xi:include href="entries/2017-08-16-1.xml"/> > <xi:include href="entries/2017-08-13-1.xml"/> > > > -- > PHP Webmaster List Mailing List (http://www.php.net/) > To unsubscribe, visit: http://www.php.net/unsub.php > >
